home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_7_6.arc / WINDEV.ARC / WNTERM.DEF < prev    next >
Text File  |  1989-06-05  |  524b  |  31 lines

  1. ; Definitions file for WNTERM
  2. ;
  3. ; Written by
  4. ; William S. Hall
  5. ; 3665 Benton Street, #66
  6. ; Santa Clara, CA 95051
  7.  
  8. NAME
  9.  
  10. DESCRIPTION 'Simple Windows Terminal Program'
  11.  
  12. STUB 'Winstub.exe'
  13.  
  14. HEAPSIZE    1024
  15. STACKSIZE    4096
  16.  
  17. CODE    MOVEABLE
  18. DATA    MOVEABLE MULTIPLE
  19.  
  20. SEGMENTS
  21.     _TERMRES PRELOAD MOVEABLE
  22.     _TERMINT PRELOAD MOVEABLE DISCARDABLE
  23.     _TERMMSC LOADONCALL MOVEABLE DISCARDABLE
  24.  
  25. EXPORTS
  26.     MainWndProc        @1
  27.     MainWndSubProc    @2
  28.     AboutBoxProc    @3
  29.     SetCommParams    @4
  30.     FindSmallFont    @5
  31.